home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / happy / happybal.exe / 0 / RCDATA / TTESTFORM / TTESTFORM.txt
Text File  |  2012-08-27  |  2KB  |  111 lines

  1. object TestForm: TTestForm
  2.   Left = 559
  3.   Top = 296
  4.   Width = 404
  5.   Height = 316
  6.   Caption = 'Testing the sounds'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 176
  18.     Top = 80
  19.     Width = 35
  20.     Height = 13
  21.     Caption = 'Volume'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 176
  25.     Top = 120
  26.     Width = 19
  27.     Height = 13
  28.     Caption = 'Pan'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 176
  32.     Top = 160
  33.     Width = 50
  34.     Height = 13
  35.     Caption = 'Frequency'
  36.   end
  37.   object SoundList: TListBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 161
  41.     Height = 273
  42.     ItemHeight = 13
  43.     TabOrder = 0
  44.     OnClick = SoundListClick
  45.   end
  46.   object LoopCheck: TCheckBox
  47.     Left = 184
  48.     Top = 16
  49.     Width = 97
  50.     Height = 17
  51.     Caption = 'Loop'
  52.     TabOrder = 1
  53.   end
  54.   object StopCheck: TCheckBox
  55.     Left = 184
  56.     Top = 40
  57.     Width = 97
  58.     Height = 17
  59.     Caption = 'Stop'
  60.     TabOrder = 2
  61.   end
  62.   object VolumeTrack: TTrackBar
  63.     Left = 232
  64.     Top = 80
  65.     Width = 153
  66.     Height = 25
  67.     Max = 100
  68.     Orientation = trHorizontal
  69.     Frequency = 10
  70.     Position = 100
  71.     SelEnd = 0
  72.     SelStart = 0
  73.     TabOrder = 3
  74.     TickMarks = tmBottomRight
  75.     TickStyle = tsAuto
  76.     OnChange = VolumeTrackChange
  77.   end
  78.   object PanTrack: TTrackBar
  79.     Left = 232
  80.     Top = 120
  81.     Width = 153
  82.     Height = 25
  83.     Max = 100
  84.     Orientation = trHorizontal
  85.     Frequency = 10
  86.     Position = 50
  87.     SelEnd = 0
  88.     SelStart = 0
  89.     TabOrder = 4
  90.     TickMarks = tmBottomRight
  91.     TickStyle = tsAuto
  92.     OnChange = PanTrackChange
  93.   end
  94.   object FrequencyTrack: TTrackBar
  95.     Left = 232
  96.     Top = 160
  97.     Width = 153
  98.     Height = 25
  99.     Max = 100
  100.     Orientation = trHorizontal
  101.     Frequency = 10
  102.     Position = 50
  103.     SelEnd = 0
  104.     SelStart = 0
  105.     TabOrder = 5
  106.     TickMarks = tmBottomRight
  107.     TickStyle = tsAuto
  108.     OnChange = FrequencyTrackChange
  109.   end
  110. end
  111.